From: Luc Teirlinck Date: Sat, 17 Apr 2004 01:46:53 +0000 (+0000) Subject: (insert-directory): Minor whitespace fix in docstring. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23128 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7290c6f07abe7aa64a286786d9cde238c3cbce48;p=emacs.git (insert-directory): Minor whitespace fix in docstring. --- diff --git a/lisp/files.el b/lisp/files.el index be40a0b595e..1a1b2d827be 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -4230,7 +4230,7 @@ This works by running a directory listing program whose name is in the variable `insert-directory-program'. If WILDCARD, it also runs the shell specified by `shell-file-name'. -When SWITCHES contains the long `--dired' option,this function +When SWITCHES contains the long `--dired' option, this function treats it specially, for the sake of dired. However, the normally equivalent short `-D' option is just passed on to `insert-directory-program', as any other option."